home
diamond Go Premium
Data Engineering Path  ·  Airflow
Apache Airflow Logo

Theoretical Quiz — Module 9

Test Your Knowledge

Q1. What does Cosmos actually generate from a dbt project, and where does it get the task dependencies from?

Show Answer

One Airflow task per dbt model. Dependencies come directly from the dbt project's own ref() calls between models (parsed from the project's manifest) - not hand-wired in the DAG code.


Q2. Why does Kafka rarely appear as a task running inside an Airflow DAG, doing continuous stream processing?

Show Answer

Airflow is a batch orchestrator, not a streaming platform - a task is expected to start, do bounded work, and finish. Kafka usually appears at the edges instead: publishing a "finished" event, or consuming a bounded batch as one discrete task.


Q3. With a Secrets Backend configured, does Airflow check the backend or its own metadata database first when resolving a Connection?

Show Answer

The Secrets Backend is checked first. If it doesn't have that Connection, Airflow falls back to its own metadata database - which is what allows only some Connections to live in the backend while others stay in Airflow's own DB.


Q4. What's the practical difference between DatabricksRunNowOperator and DatabricksSubmitRunOperator?

Show Answer

DatabricksRunNowOperator triggers a run of a job already defined in the Databricks UI. DatabricksSubmitRunOperator submits a one-off run with the cluster and notebook/script specified inline in the Airflow DAG itself, with no persistent job definition required.

lock

This content is reserved for Premium Members.

Upgrade to Premium

Entity Details

Create New Item

help

Submit Technical Query

Have a question or run into an issue? Describe it below, upload an optional screenshot, and our engineering team will answer it!

image Attach image (optional)

Submit Feedback

build Free Developer Utility Free Tool
gavel

Privacy & Legal Disclaimer

1. Client-Side Browser Processing

All utility tools on DeepEngineerHub (including Image to PDF, Text Formatters, JSON Converters, and Encryptors) execute 100% locally within your client browser using WebAssembly and JavaScript. No uploaded images, text, or documents are transmitted, collected, or stored on remote servers.

2. Limitation of Liability ("As-Is" Provision)

Tools and services are provided free of charge for convenience and educational purposes "as-is" without warranties of any kind. DeepEngineerHub shall not be held liable for any data loss, formatting inconsistencies, or indirect damages resulting from tool usage.

3. Open Source & Third-Party Software

Certain utilities utilize open-source client libraries (such as jsPDF, Mermaid.js, Pyodide) licensed under MIT, Apache, or BSD open licenses. All intellectual property remains with their respective copyright holders.